home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / mesademos / Imakefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  703 b   |  27 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1996. */
  3.  
  4. #include "../../Glut.cf"
  5.  
  6. TARGETS = bounce gamma gears isosurf offset reflect spin tess_demo \
  7.     texobj winpos trdemo
  8.  
  9. SRCS = bounce.c gamma.c gears.c isosurf.c offset.c reflect.c spin.c \
  10.     tess_demo.c texobj.c winpos.c trdemo.c tr.c
  11.  
  12. AllTarget($(TARGETS))
  13.  
  14. SimpleGlutProgramTarget(bounce)
  15. SimpleGlutProgramTarget(gamma)
  16. SimpleGlutProgramTarget(gears)
  17. SimpleGlutProgramTarget(isosurf)
  18. SimpleGlutProgramTarget(offset)
  19. NormalGlutProgramTarget(reflect,reflect.o image.o)
  20. SimpleGlutProgramTarget(spin)
  21. SimpleGlutProgramTarget(tess_demo)
  22. SimpleGlutProgramTarget(texobj)
  23. NormalGlutProgramTarget(trdemo,trdemo.o tr.o)
  24. SimpleGlutProgramTarget(winpos)
  25.  
  26. DependTarget()
  27.